func github.com/andybalholm/brotli.hashBytesAtOffset5
9 uses
github.com/andybalholm/brotli (current package)
compress_fragment.go#L26: func hashBytesAtOffset5(v uint64, offset int, shift uint) uint32 {
compress_fragment.go#L665: var prev_hash uint32 = hashBytesAtOffset5(input_bytes, 0, shift)
compress_fragment.go#L666: var cur_hash uint32 = hashBytesAtOffset5(input_bytes, 3, shift)
compress_fragment.go#L668: prev_hash = hashBytesAtOffset5(input_bytes, 1, shift)
compress_fragment.go#L670: prev_hash = hashBytesAtOffset5(input_bytes, 2, shift)
compress_fragment.go#L702: var prev_hash uint32 = hashBytesAtOffset5(input_bytes, 0, shift)
compress_fragment.go#L703: var cur_hash uint32 = hashBytesAtOffset5(input_bytes, 3, shift)
compress_fragment.go#L705: prev_hash = hashBytesAtOffset5(input_bytes, 1, shift)
compress_fragment.go#L707: prev_hash = hashBytesAtOffset5(input_bytes, 2, shift)
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |